翻訳と辞書
Words near each other
・ Stenilema quadrinotata
・ Stenilema subaurantiaca
・ Steninae
・ Steninge
・ Steninge Palace
・ Steniodes
・ Steniodes acuminalis
・ Steniodes costipunctalis
・ Steniodes declivalis
・ Steniodes deltoidalis
・ Steniodes dominicalis
・ Steniodes gelliasalis
・ Steniodes mendica
・ Stencil graffiti
・ Stencil House
Stencil jumping
・ Stencil lithography
・ Stencil Printing
・ Stencoose
・ Stencyl
・ Stendal
・ Stendal (district)
・ Stendal Nuclear Power Plant
・ Stendal station
・ Stendal Vorbahnhof station
・ Stendal, Indiana
・ Stendal-Stadtsee station
・ Stendal-Uchtetal
・ Stendal–Uelzen railway
・ Stendardo


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Stencil jumping : ウィキペディア英語版
Stencil jumping
Stencil jumping, at times called stencil walking, is an algorithm to locate the grid element enclosing a given point for any structured mesh. In simple words, given a point and a structured mesh, this algorithm will help locate the grid element that will enclose the given point.
This algorithm finds extensive use in Computational Fluid Dynamics (CFD) in terms of holecutting and interpolation when two meshes lie one inside the other. The other variations of the problem would be something like this: Given a place, at which latitude and longitude does it lie? The brute force algorithm would find the distance of the point from every mesh point and see which is smallest. Another approach would be to use a binary search algorithm which would yield a result comparable in speed to the stencil jumping algorithm. A combination of both the binary search and the stencil jumping algorithm will yield an optimum result in the minimum possible time.
==The principle==

Consider one grid element of a 2-dimensional mesh as shown, for simplicity and consider a point O inside.
The vertices of the grid element are denoted by A, B, C and D and the vectors AB, BC, CD, DA, OA, OB, OC and OD are represented.
The cross product of OA and AB will yield a vector perpendicular to the plane coming out of the screen. We say that the magnitude of the cross product is positive. It will be observed that the cross products of OB and BC, OC and CD; and OD and DA are all positive.
This is not the case when the point is outside.
Here we see that not all the cross products are positive. This is the major testing criterion in the algorithm.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Stencil jumping」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.